home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / glob / configur.in < prev    next >
Encoding:
Text File  |  1994-02-03  |  997 b   |  37 lines

  1. # This file is a shell script that supplies the information necessary
  2. # to tailor a template configure script into the configure script
  3. # appropriate for this directory.  For more information, check any
  4. # existing configure script.
  5.  
  6. srctrigger=glob.c
  7. srcname="glob library"
  8. configdirs=""
  9.  
  10. # per-host:
  11.  
  12. files=sysdep-norm.h
  13. links=sysdep.h
  14.  
  15. case "${host}" in
  16.   rs6000-ibm-aix)    files=sysdep-aix.h;    my_host=aix ;;
  17.   rs6000-ibm-aix3.1)    files=sysdep-aix.h;    my_host=aix ;;
  18.   *-*-aix*)                    my_host=aix ;;
  19.   mips-sgi-irix*)    files=sysdep-irix.h ;;
  20.   m68k-sony-news*)    files=sysdep-obsd.h ;;
  21.   m68k-*-sunos3*)    files=sysdep-obsd.h ;;
  22.   *-*-mach*)        files=sysdep-obsd.h ;;
  23.   *-*-bsd*)        files=sysdep-obsd.h ;;
  24.   *-*-sysv4*)                    my_host=sysv4 ;;
  25.   *-*-sco*)        files=sysdep-sco.h ;;
  26.   *-apollo-sysv*)    files=sysdep-a68v.h;    my_host=apollo68v ;;
  27.   m88k-motorola-m88kbcs*)            my_host=delta88 ;;
  28. esac
  29.  
  30. host_makefile_frag=config/mh-${my_host}
  31.  
  32. if [ ! -f ${host_makefile_frag} ] ; then
  33.     host_makefile_frag=
  34. fi
  35.  
  36. # per-target:
  37.